From 4d59fe8300e769204bc0a29748e105b45df8e12b Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Wed, 9 Nov 2005 12:39:38 +0100 Subject: [PATCH] This patch prevents the xm-test console library from duplicating the debugging output, when it's turned on. This just makes it easier to read. Signed-off-by: Dan Smith --- tools/xm-test/lib/XmTestLib/Console.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/xm-test/lib/XmTestLib/Console.py b/tools/xm-test/lib/XmTestLib/Console.py index b4ef40fe57..cff780d995 100644 --- a/tools/xm-test/lib/XmTestLib/Console.py +++ b/tools/xm-test/lib/XmTestLib/Console.py @@ -83,8 +83,6 @@ class XmConsole: raise ConsoleError("Console didn't respond") def __addToHistory(self, line): - if self.debugMe: - print ">" + line self.historyBuffer.append(line); self.historyLines += 1; if self.historyLines > self.historyLimit: -- 2.30.2